home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
271_02
/
cls.doc
< prev
next >
Wrap
Text File
|
1987-08-18
|
521b
|
39 lines
NAME
cls -- clear screen and home cursor
SYNOPSIS
void cls();
DESCRIPTION
This function clears the screen on page 0 and places the
cursor in the upper left-hand corner. It is simply an
invocation of two other functions:
d_cls();
d_pos(0, 0, 0);
EXAMPLE
cls();
This function is found in SMTCx.LIB for the Turbo-C Compiler